operator (.ge.) Interface

public interface operator (.ge.)

Calls

interface~~operator (.ge.)~~CallsGraph interface~operator (.ge.) operator (.ge.) proc~ge_dd ge_dd interface~operator (.ge.)->proc~ge_dd proc~ge_di ge_di interface~operator (.ge.)->proc~ge_di proc~ge_dr ge_dr interface~operator (.ge.)->proc~ge_dr proc~ge_id ge_id interface~operator (.ge.)->proc~ge_id proc~ge_rd ge_rd interface~operator (.ge.)->proc~ge_rd

Module Procedures

public function ge_dd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function ge_dr(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
real(kind=pr), intent(in) :: rhs

Return Value logical

public function ge_rd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function ge_di(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
integer, intent(in) :: rhs

Return Value logical

public function ge_id(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical